--- id: TASK-039 title: >- Feat: checkboxes inside blockquotes/callouts (> - [ ]) toggle via Alt+x and mouse status: "\U0001F3C1 Done" assignee: [] created_date: '2026-07-06 18:51' updated_date: '2026-07-06 18:55' labels: - feature dependencies: [] priority: medium ordinal: 38000 --- ## Description parseListItem does not recognize a leading '>' so checkboxes inside Obsidian callouts (> [!Tasks]) never toggle. Teach parseListItem an optional blockquote prefix (one or more '>' each optionally followed by a space); Alt+x and mouse click both inherit it via parseListItem. ## Acceptance Criteria - [x] #1 Alt+x toggles a '> - [ ] x' checkbox line - [x] #2 Mouse click on the box glyph inside a callout toggles it - [x] #3 List continuation preserves the '> ' prefix